home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / bsrc_260.zip / INCLUDE.ZIP / VIDEO.H < prev    next >
Text File  |  1996-02-20  |  5KB  |  117 lines

  1. /*--------------------------------------------------------------------------*/
  2. /*                                                                          */
  3. /*                                                                          */
  4. /*      ------------         Bit-Bucket Software, Co.                       */
  5. /*      \ 10001101 /         Writers and Distributors of                    */
  6. /*       \ 011110 /          Freely Available<tm> Software.                 */
  7. /*        \ 1011 /                                                          */
  8. /*         ------                                                           */
  9. /*                                                                          */
  10. /*              (C) Copyright 1987-96, Bit Bucket Software Co.              */
  11. /*                                                                          */
  12. /*                                                                          */
  13. /*                                                                          */
  14. /*      IBM PC Line Drawing character definitions used in BinkleyTerm       */
  15. /*                                                                          */
  16. /*                                                                          */
  17. /*    For complete  details  of the licensing restrictions, please refer    */
  18. /*    to the License  agreement,  which  is published in its entirety in    */
  19. /*    the MAKEFILE and BT.C, and also contained in the file LICENSE.260.    */
  20. /*                                                                          */
  21. /*    USE  OF THIS FILE IS SUBJECT TO THE  RESTRICTIONS CONTAINED IN THE    */
  22. /*    BINKLEYTERM  LICENSING  AGREEMENT.  IF YOU DO NOT FIND THE TEXT OF    */
  23. /*    THIS  AGREEMENT IN ANY OF THE  AFOREMENTIONED FILES,  OR IF YOU DO    */
  24. /*    NOT HAVE THESE FILES,  YOU  SHOULD  IMMEDIATELY CONTACT BIT BUCKET    */
  25. /*    SOFTWARE CO.  AT ONE OF THE  ADDRESSES  LISTED BELOW.  IN NO EVENT    */
  26. /*    SHOULD YOU  PROCEED TO USE THIS FILE  WITHOUT HAVING  ACCEPTED THE    */
  27. /*    TERMS  OF  THE  BINKLEYTERM  LICENSING  AGREEMENT,  OR  SUCH OTHER    */
  28. /*    AGREEMENT AS YOU ARE ABLE TO REACH WITH BIT BUCKET SOFTWARE, CO.      */
  29. /*                                                                          */
  30. /*                                                                          */
  31. /* You can contact Bit Bucket Software Co. at any one of the following      */
  32. /* addresses:                                                               */
  33. /*                                                                          */
  34. /* Bit Bucket Software Co.        FidoNet  1:104/501, 1:343/491             */
  35. /* P.O. Box 460398                AlterNet 7:42/1491                        */
  36. /* Aurora, CO 80046               BBS-Net  86:2030/1                        */
  37. /*                                Internet f491.n343.z1.fidonet.org         */
  38. /*                                                                          */
  39. /* Please feel free to contact us at any time to share your comments about  */
  40. /* our software and/or licensing policies.                                  */
  41. /*                                                                          */
  42. /*--------------------------------------------------------------------------*/
  43.  
  44. /* single line boxes */
  45.  
  46. #define VBAR1    179
  47. #define VLINE    179
  48. #define HBAR1    196
  49. #define HLINE    196
  50. #define ULC11    218
  51. #define URC11    191
  52. #define LLC11    192
  53. #define LRC11    217
  54. #define TL11    195
  55. #define TR11    180
  56. #define TT11    194
  57. #define TB11    193
  58. #define X11        197
  59.  
  60. /* double line boxes */
  61.  
  62. #define VBAR2    186
  63. #define HBAR2    205
  64. #define ULC22    201
  65. #define URC22    187
  66. #define LLC22    200
  67. #define LRC22    188
  68. #define TL22    204
  69. #define TR22    185
  70. #define TT22    203
  71. #define TB22    202
  72. #define X22        206
  73.  
  74. /* single line horizontal and double line vertical boxes */
  75.  
  76. #define ULC12    214
  77. #define URC12    183
  78. #define LLC12    211
  79. #define LRC12    189
  80. #define TL12    199
  81. #define TR12    182
  82. #define TT12    210
  83. #define TB12    208
  84. #define X12        215
  85.  
  86. /* double line horizontal and single line vertical boxes */
  87.  
  88. #define ULC21    213
  89. #define URC21    184
  90. #define LLC21    212
  91. #define LRC21    190
  92. #define TL21    198
  93. #define TR21    181
  94. #define TT21    209
  95. #define TB21    207
  96. #define X21        216
  97.  
  98. /* full and partial blocks */
  99.  
  100. #define BLOCK    219
  101. #define VBAR    219
  102. #define VBARL    221
  103. #define VBARR    222
  104. #define HBART    223
  105. #define HBARB    220
  106.  
  107. /* special graphic symbols */
  108.  
  109. #define BLANK        32
  110. #define DIAMOND        4
  111. #define UPARROW        24
  112. #define DOWNARROW    25
  113. #define RIGHTARROW    26
  114. #define LEFTARROW    27
  115. #define SLASH        47
  116.  
  117.